home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / v cisle / autoit / autoit-v3.2.0.1-setup.exe / Include / UpDownConstants.au3 < prev    next >
Text File  |  2006-07-15  |  532b  |  18 lines

  1. #include-once
  2.  
  3. ; ------------------------------------------------------------------------------
  4. ;
  5. ; AutoIt Version: 3.1.1 (beta)
  6. ; Language:       English
  7. ; Description:    UpDown Constants.
  8. ;
  9. ; ------------------------------------------------------------------------------
  10.  
  11. ; Styles
  12. Global Const $UDS_WRAP                 = 0x0001
  13. Global Const $UDS_ALIGNRIGHT         = 0x0004
  14. Global Const $UDS_ALIGNLEFT            = 0x0008
  15. Global Const $UDS_ARROWKEYS         = 0x0020
  16. Global Const $UDS_HORZ                 = 0x0040
  17. Global Const $UDS_NOTHOUSANDS         = 0x0080
  18.